Welcome![Sign In][Sign Up]
Location:
Search - HOOK SEND

Search list

[Hook apifasockethook

Description: Hook send and rev,查看send and recive内容,进而控制邮件发送。-Hook send and rev, send and recive View, and then the spammers.
Platform: | Size: 254767 | Author: 张文华 | Hits:

[Hook apixHook

Description: 当你在网络上抓到一些数据包,想知道这些包是哪个进程发出来的时候, 怎么办?这个小工具也许能帮一些忙。 这个工具采用的是HOOK进程的winsock API,把一些数据记录下来。-When you caught on the network data packets and would like to know which of these packages is issued to the process, how do? This small tools may be able to help some busy. This tool is used in the process of winsock HOOK API, some data is recorded.
Platform: | Size: 58368 | Author: 肖武 | Hits:

[Hook apihookdelphi

Description: api钩子 截货了send还有recv函数-api hook cut also send a cargo recv function
Platform: | Size: 342016 | Author: | Hits:

[Hook apifasockethook

Description: Hook send and rev,查看send and recive内容,进而控制邮件发送。-Hook send and rev, send and recive View, and then the spammers.
Platform: | Size: 254976 | Author: | Hits:

[Hook apihookdll3

Description: 一个服务端钩子程序的示例 含有修改send地址等等外挂技术-A service-side hook procedure address send sample containing modified plug-in technology, etc.
Platform: | Size: 7091200 | Author: 站长办公区 | Hits:

[Hook apisendandreve

Description: 很久没写与工作无关的代码了。这是截包和发包的小工具(用到ws_32.dll和hook技术、共享内存。。),其中SendUdp.dll本来想用delphi写的因为vc++指针操作快,所以就-Long time no write has nothing to do with the work of the code. This is the cut-off packet and contracting of small tools (used ws_32.dll and hook technology, shared memory..), Which SendUdp.dll had wanted to use delphi write because vc++ Pointer to operate faster, so
Platform: | Size: 389120 | Author: hjt15000 | Hits:

[e-languageHOOKsendandrecv

Description: 易语言编写,拦截send、recv封包信息-Yi languages, intercept send, recv packet of information
Platform: | Size: 30720 | Author: hitt | Hits:

[Windows DevelopAheadLib_2.2.150_Src

Description: 一、简介   AheadLib 是用来生成一个特洛伊DLL的工具,用于分析DLL中的函数参数调用(比如记录Socket send了什么等等)、更改函数功能(随心所欲了:)、更改界面功能(比如在Hook里面生成一个按钮,截获事件等等)。 二、使用   1.用 AheadLib 打开要模拟的 DLL,生成一个 CPP 文件。   2.用 Visual Studio 6.0/.NET 建立一个 DLL 工程,把这个 CPP 文件加入到项目中。   3.使用 Release 方式编译,生成的 DLL 将和原来的 DLL 具有一模一样的导出函数,并且能顺利把这些函数转发到原来的函数中。   4.AheadLib 还可以生成 Hook 代码,用于截取当前进程的所有消息,这样就可以随心所欲地处理各种消息了 (修改第三方程序界面功能的好助手)。 -err
Platform: | Size: 53248 | Author: 网络幽灵 | Hits:

[Driver DevelopSendMouseKey

Description: DLL send Mouse Key ,用底層的方式送 Mouse 訊息 , 而非一般的 Mouse Hook 喔 !! -DLL send Mouse Key, with the bottom of Mouse way to send messages, rather than the Mouse Hook Oh!!
Platform: | Size: 20480 | Author: 余建宏 | Hits:

[Hook apiinject

Description: 钩子程序,替换windows的发送和接收函数,捕获数据包-Hook procedures, to replace the windows to send and receive function, packet capture
Platform: | Size: 884736 | Author: aaa | Hits:

[Hook apiXPokerBot

Description: XPoker Bot AI analysis. Hook / dll inject into process and send fake keyboard / mouse messages.-XPoker Bot AI analysis. Hook/dll inject into process and send fake keyboard/mouse messages.
Platform: | Size: 211968 | Author: Daemn | Hits:

[Hook apihooksendrecv

Description: 一个HOOK SEND RECV函数拦截网络封包的程序!-HOOK SEND RECV a function of the program to intercept network packets!
Platform: | Size: 526336 | Author: 解寒瑜 | Hits:

[Hook apiNEW

Description: 全局下钩实现对IE用到的send函数的拦截-Hook socket send in IE.
Platform: | Size: 175104 | Author: Asuka | Hits:

[Windows DevelopHOOK

Description: 使用HOOKAPI方式获取IM聊天记录,包括QQ2009,RTX等-Get IM chats, including QQ2009, RTX and so on ...
Platform: | Size: 8464384 | Author: 阿根 | Hits:

[Hook apigreen

Description: 绿光抓包器.本程序只钩挂了"send","sendto","recv","recvfrom"这4个函数,WSAsend等不钩挂, 因为是用API钩子写的抓包程序,而且小弟也是菜鸟,难免有BUG。源代码可以任意修改和发布。 你改得好的话请给我一份。小弟感激不尽。-Ethereal green device. This procedure is only hook the " send" , " sendto" , " recv" , " recvfrom" the four functions, WSAsend, which do not hook because it is written with the API hooks Ethereal procedures, but younger brother is also a rookie, it is inevitable that BUG. The source code can be modified and published. Well, if you have changed Please give me a copy. Brother grateful.
Platform: | Size: 563200 | Author: 334 | Hits:

[Hook apisendHook

Description: send api hook sample
Platform: | Size: 28672 | Author: achykim | Hits:

[Hook apiIATHook_dll

Description: this is a simple IAT Hook Dll , whick hooks function send in ws2_32.d-this is a simple IAT Hook Dll , whick hooks function send in ws2_32.dll
Platform: | Size: 2048 | Author: 12usver12 | Hits:

[Internet-NetworkNetSnoop

Description: APIHooking Network snoop introduces the basics of building a network sniffer to pick up all information being sent using TCP socket via send and recv API, obviously, these will be the two APIs to hook to get information about data being sent/received. This code is more about introducing the readers to API hooking using Network snoop as an example. The reader can modify the code to hook APIs related to socket using UDP (which is why readers require knowledge of sockets, networking). Before we start, reader will require basic knowledge of socket programming, windows hooks and a tad bit of assembly level programming.
Platform: | Size: 26624 | Author: rabert | Hits:

[Hook apihook-SOCK

Description: c# HOOK SOCKET Send,看了一下,写这类的档案太少了-failed to translate
Platform: | Size: 25600 | Author: fdjslfjds | Hits:

[Hook apiTren

Description: 魔兽游戏里踢人 我们HOOK Send函数。如果我们和某个玩家私聊,假设输入7720668,那么肯定可以在pBuffer中搜索到这个字符串,然后我们关闭相应的socket即可实现T人了。(这里也说明了:只有主机才可以T人。因为通过伪造TCP、SYN、ACK数据包来实现,几乎不可能) -World of Warcraft game kicking us HOOK Send function. If we whisper a player, assuming that the input 7,720,668, then certainly in the pBuffer search to this string, and then we close the socket to achieve the appropriate T people. (This also explains: T can only host one, because by forging TCP, SYN, ACK packet to achieve, almost impossible)
Platform: | Size: 39936 | Author: a88758289 | Hits:
« 12 3 4 »

CodeBus www.codebus.net